home *** CD-ROM | disk | FTP | other *** search
- object ScannerDemoForm: TScannerDemoForm
- Left = 259
- Top = 123
- Width = 696
- Height = 480
- Caption = 'Debug Scanner Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Memo: TMemo
- Left = 0
- Top = 0
- Width = 688
- Height = 434
- Align = alClient
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object MainMenu: TMainMenu
- Left = 64
- Top = 40
- object FileMenu: TMenuItem
- Caption = '&File'
- object OpenItem: TMenuItem
- Caption = '&Open'
- OnClick = OpenItemClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object ExitItem: TMenuItem
- Caption = 'E&xit'
- OnClick = ExitItemClick
- end
- end
- end
- object OpenDialog: TOpenDialog
- DefaultExt = '.EXE'
- Filter = 'Executables|*.EXE|DLLs|*.DLL|TD32 Strip files|*.TDS'
- Left = 112
- Top = 48
- end
- end
-